SET TEXT SIZE

This command will set the point size of any text you are about to output.

  Syntax
SET TEXT SIZE Point size
  Parameters
Point size
Integer
This command will set the point size of any text you are about to output

  Returns

This command does not return a value.

  Description

The point size should be an integer value. The size of printed text will not change if the font used does not support the size specified. Using this command with SET TEXT FONT to set a font type that allows multiple sizes such as "Arial".

  Example Code
SET TEXT FONT "verdana"
SET TEXT SIZE 30
PRINT "hello verdana"
WAIT KEY
  See also

TEXT Commands Menu
Index